home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 225
- Top = 182
- BorderStyle = bsDialog
- Caption = 'Change Sound Filename'
- ClientHeight = 95
- ClientWidth = 325
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 313
- Height = 81
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 69
- Height = 16
- Caption = 'Filename:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 104
- Width = 63
- Height = 16
- Caption = 'For Button:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 80
- Top = 104
- Width = 7
- Height = 16
- Caption = '1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 128
- Top = 104
- Width = 32
- Height = 13
- Caption = 'Label4'
- end
- object Edit1: TEdit
- Left = 88
- Top = 16
- Width = 225
- Height = 24
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- end
- object Button1: TButton
- Left = 16
- Top = 48
- Width = 89
- Height = 25
- Caption = '&Browse...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 128
- Top = 48
- Width = 89
- Height = 25
- Caption = '&OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 232
- Top = 48
- Width = 81
- Height = 25
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button3Click
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'Wave Files (*.wav)|*.wav|Midi Files (*.mid, *.midi)|*.mid;*.midi' +
- '|CD Audio (*.cda)|*.cda|All Files (*.*)|*.*'
- Left = 256
- Top = 104
- end
- end
-